]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/runnable/template13478.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / template13478.d
CommitLineData
5fee5ec3
IB
1// EXTRA_FILES: imports/template13478a.d imports/template13478b.d
2
b4c522fa
IB
3/// Tests emission of templates also referenced in speculative contexts.
4/// Failure triggered with -inline.
5module template13478;
6
7import imports.template13478a;
8import imports.template13478b;
9
10int main() {
11 return foo!int();
12}