comparison nocompile/s/string_postfix_04_O.d @ 624:07fab02ed0d2

added postfix tests for String Literals
author thomask
date Sat, 13 Aug 2005 20:02:23 +0000
parents
children
comparison
equal deleted inserted replaced
623:e90ad291644f 624:07fab02ed0d2
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // __DSTRESS_ELINE__ 10
6
7 module dstress.nocompile.s.string_postfix_04_O;
8
9 void main(){
10 typeof("a"O) c;
11 }