comparison nocompile/precondition_01.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents 3414705c41ac
children
comparison
equal deleted inserted replaced
373:177ce8d13eac 374:f87ba6507260
1 // $HeadURL$
2 // $Date$
3 // $Author$
1 4
2 // @author@ Arcane Jill <Arcane_member@pathlink.com 5 // @author@ Arcane Jill <Arcane_member@pathlink.com
3 // @date@ 2004-08-23 6 // @date@ 2004-08-23
7
8 module dstress.nocompile.precondition_01;
4 9
5 int test(int x) 10 int test(int x)
6 in{ 11 in{
7 assert(x==2); 12 assert(x==2);
8 }; 13 };