blob: d6734bd382d3575af01f600e6155e93a63dbc40e [file] [log] [blame]
// { dg-additional-options -fmodule-header }
// PR 98843 ICE due to inconsistent entity_ary order
template<int I> int Fn ()
{
return I;
}
template<> int Fn<1> ()
{
return 0;
}