comparison run/b/bug_20050510_A2.d @ 546:f0f1f142bf6d

cross-module multiply nested template instantiation with inline function from inside function Burton Radons <burton-radons@smocky.com> 2005-05-10 news:d5s3cd$7tn$1@digitaldaemon.com
author thomask
date Thu, 19 May 2005 07:12:07 +0000
parents
children b8c0195059d9
comparison
equal deleted inserted replaced
545:7b5efee9d724 546:f0f1f142bf6d
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Burton Radons <burton-radons@smocky.com>
6 // @date@ 2005-05-10
7 // @uri@ news:d5s3cd$7tn$1@digitaldaemon.com
8
9 // __DSTRESS_DFLAGS__ compile/b/bug_20050510_A1.d
10
11 module dstress.run.b.bug_20050510_A2;
12
13 import /+dstress.+/compile.b.bug_20050510_A1;
14
15 int main(){
16 TA!(int) variable;
17 return 0;
18 }
19