comparison run/typeid_79.d @ 630:ecb96b2bf5cb

fixed module declaration
author thomask
date Sun, 14 Aug 2005 08:38:17 +0000
parents 0db095345640
children 1f76d5b2f458
comparison
equal deleted inserted replaced
629:9337dc166495 630:ecb96b2bf5cb
1 /* $HeadURL$ 1 // $HeadURL$
2 * $Date$ 2 // $Date$
3 * $Author$ 3 // $Author$
4 */
5 4
6 module dstress.run.typeid_78; 5 module dstress.run.typeid_79;
7 6
8 union MyUnion{ 7 union MyUnion{
9 int i; 8 int i;
10 byte b; 9 byte b;
11 } 10 }