ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gdc.test/runnable/template13478.d

11 lines
231 B
D

/// Tests emission of templates also referenced in speculative contexts.
/// Failure triggered with -inline.
module template13478;
import imports.template13478a;
import imports.template13478b;
int main() {
return foo!int();
}