(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr98843_b.H
// { 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;
}