annotate norun/d/debug_info_09_A.d @ 1319:81222734adf3

sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:58:06 +0000
parents 37840ccb0091
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1004
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
1 // $HeadURL$
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
2 // $Date$
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
3 // $Author$
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
4
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
5 // @author@ <me@teqdruid.com>
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
6 // @date@ 2006-06-18
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1004
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=146
1004
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
8
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
9 // __DSTRESS_TORTURE_REQUIRE__ -g
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
10 // __GDB_SCRIPT__ run
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
11 // __GDB_PATTERN__ debug_info_09_Z[.]d:13
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
12
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
13 module dstress.norun.d.debug_info_09_A;
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
14
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
15 import addon.debug_info_09_Z;
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
16
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
17 int main(){
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
18 mixin T!();
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
19 foo();
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
20
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
21 return 0;
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
22 }