comparison nocompile/s/static_32.d @ 589:cd9e16090bb9

Deewiant <deewiant.doesnotlike.spam@gmail.com> 2005-06-21 news:d991an$2vjd$1@digitaldaemon.com
author thomask
date Wed, 22 Jun 2005 11:13:23 +0000
parents
children b8c0195059d9
comparison
equal deleted inserted replaced
588:a98a62f7a33e 589:cd9e16090bb9
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Deewiant <deewiant.doesnotlike.spam@gmail.com>
6 // @date@ 2005-06-21
7 // @uri@ news:d991an$2vjd$1@digitaldaemon.com
8
9 // __DSTRESS_ELINE__ 14
10
11 module dstress.nocompile.s.static_32;
12
13 void main(){
14 static{
15 int x;
16 }
17 }
18