annotate compile/variadic_argument_03.d @ 1599:d37b19f7e8bb

Move run/c/case_01 to nocompile.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 17:28:31 +0200
parents 32834cbba392
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
197
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
1 // $HeadURL$
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
2 // $Date$
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
3 // $Author$
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
4
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
5 module dstress.compile.variadic_argument_03;
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
6
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
7 int test(...){
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
8 return 0;
32834cbba392 extended function argument tests
thomask
parents:
diff changeset
9 }