blob: 7cc94c83be3a7a0a8ea29fa68e9da80edf109dd6 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fno-module-lazy" }
template <int I> int fn ()
{
return I;
}
void f ()
{
fn<1> ();
}
import "inst-5_a.H";
// no longer need to instantate