comparison nocompile/const_09.d @ 338:1f6cf5ccfbc9

1) updated rules to dmd-0.119 2) added __DSTRESS_ELINE__ tags
author thomask
date Mon, 21 Mar 2005 20:45:57 +0000
parents ce33adb482a7
children
comparison
equal deleted inserted replaced
337:5c636c0543fe 338:1f6cf5ccfbc9
1 // $HeadURL$ 1 // $HeadURL$
2 // $Date$ 2 // $Date$
3 // $URL$ 3 // $URL$
4 4
5 // union allocation at compiletime is impossible 5 // union allocation at compiletime is impossible
6
7 // __DSTRESS_ELINE__ 16
6 8
7 module dstress.nocompile.const_07; 9 module dstress.nocompile.const_07;
8 10
9 union MyUnion{ 11 union MyUnion{
10 int i; 12 int i;