annotate nocompile/p/package_05_A.d @ 1320:daef239f37cf

sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:59:08 +0000
parents cb3296d36dce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1138
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
1 // $HeadURL$
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
2 // $Date$
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
3 // $Author$
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
4
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
5 // @author@ Jarrett Billingsley <jarrett.billingsley@gmail.com>
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
6 // @date@ 2006-07-18
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1138
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=257
1138
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
8 // @desc@ [Issue 257] New: package vars accessible from sub-modules, package funcs not
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
9
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
10 // __DSTRESS_ELINE__ 16
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
11
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
12 module /*dstress.*/nocompile.p.package_05_A;
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
13 import /*dstress.*/addon.package_05_Z;
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
14
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
15 int foo(){
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
16 return i;
cb3296d36dce [Issue 257] New: package vars accessible from sub-modules, package funcs not
thomask
parents:
diff changeset
17 }