annotate nocompile/b/bug_cgcs_354_B.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents ce75f7c00fd6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
839
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
1 // $HeadURL$
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
2 // $Date$
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
3 // $Author$
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
4
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
5 // @author@ Lukas Pinkowski <lukas.pinkowski@web.de>
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
6 // @date@ 2005-11-14
1489
b8c0195059d9 changed nntp: URLs to http: URLs
thomask
parents: 839
diff changeset
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=5464
839
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
8
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 17
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
10
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
11 module dstress.run.b.bug_cgcs_354_B;
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
12
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
13 void main(){
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
14 int i;
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
15 ubyte[] ub;
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
16 ub.length = 4;
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
17 ub[] = cast(ubyte[4]) &i;
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
18 }
ce75f7c00fd6 reclassified test case
thomask
parents:
diff changeset
19