comparison nocompile/argument_02.d @ 756:9a121126b077

major "Torture" review
author thomask
date Sat, 03 Dec 2005 22:19:07 +0000
parents 1f6cf5ccfbc9
children
comparison
equal deleted inserted replaced
755:fb70ca0d80ba 756:9a121126b077
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // multiple arguments with same name 5 // multiple arguments with same name
6 6
7 // __DSTRESS__ELINE__ 11 7 // __DSTRESS_ELINE__ 11
8 8
9 module dstress.nocompile.argument_02; 9 module dstress.nocompile.argument_02;
10 10
11 int test(int t, char t){ 11 int test(int t, char t){
12 return 0; 12 return 0;