1 /// Tests emission of templates also referenced in speculative contexts. 2 /// Failure triggered with -inline. 3 module template13478; 4 5 import imports.template13478a; 6 import imports.template13478b; 7 8 int main() { 9 return foo!int(); 10 }