annotate run/label_02.d @ 1576:b3e16c86558e

[Issue 1398] New: GDC doesn't generate correct code <mariusmuja@gmail.com> 2007-08-04 http://d.puremagic.com/issues/show_bug.cgi?id=1398
author thomask
date Thu, 21 Feb 2008 15:20:08 +0000
parents 6e4063f99377
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
204
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
1 // $HeadURL$
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
2 // $Date$
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
3 // $Author$
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
4
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
5 // @author@ Tyro <ridimz_at@yahoo.dot.com>
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
6 // @date@ 2004-12-18
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
7 // @uri@ news:cq2g95$2n45$1@digitaldaemon.com
1487
6e4063f99377 changed nntp: URLs to http: URLs
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2581
204
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
9
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
10 module dstress.run.label_02;
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
11
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
12 int main(){
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
13 label: {}
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
14 return 0;
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
15 }
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
16