comparison run/v/variadic_argument_06_B.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 3753adcf5c3a
children
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Unknown W. Brackets <unknown@simplemachines.org> 5 // @author@ Unknown W. Brackets <unknown@simplemachines.org>
6 // @date@ 2005-06-11 6 // @date@ 2005-06-11
7 // @uri@ news:d8g6e8$1kak$1@digitaldaemon.com 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=4296
8 // @desc@ expression.c:272: void functionArguments(Loc, Scope*, TypeFunction*, Array*): Assertion `0' failed 8 // @desc@ expression.c:272: void functionArguments(Loc, Scope*, TypeFunction*, Array*): Assertion `0' failed
9 9
10 module dstress.run.v.variadic_argument_06_B; 10 module dstress.run.v.variadic_argument_06_B;
11 11
12 void test(int[] i ...){ 12 void test(int[] i ...){