annotate run/creal_13.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents d7436ad716eb
children 9e0847cf535a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
374
f87ba6507260 added missing meta-data
thomask
parents: 97
diff changeset
1 // $HeadURL$
f87ba6507260 added missing meta-data
thomask
parents: 97
diff changeset
2 // $Date$
f87ba6507260 added missing meta-data
thomask
parents: 97
diff changeset
3 // $Author$
f87ba6507260 added missing meta-data
thomask
parents: 97
diff changeset
4
95
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
5 module dstress.run.creal_13;
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
6
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
7 int main(){
97
d7436ad716eb extended and cleaned up creal
thomask
parents: 95
diff changeset
8 assert(creal.init == real.init + ireal.init);
95
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
9 return 0;
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
10 }