annotate compile/s/stringof_02_G.d @ 1509:fba3b66d0276

added basic stringof testd
author thomask
date Mon, 23 Apr 2007 18:07:38 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1509
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
1 // $HeadURL$
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
2 // $Date$
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
3 // $Author$
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
4
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
5 module dstress.compile.s.stringof_02_G;
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
6
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
7 int bar(){
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
8 return 1;
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
9 }
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
10
fba3b66d0276 added basic stringof testd
thomask
parents:
diff changeset
11 static assert("bar()" == (bar()).stringof);