blob: 46d9432fe7cd7c412363f35a29ac3bc3086059bd [file] [log] [blame]
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
template <int I> int fn ()
{
return I;
}
inline void g ()
{
fn<1> (); // instantiation gets emitted
}