(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr98843_a.C
// { dg-additional-options -fmodules-ts }
// PR 98843 ICE due to inconsistent entity_ary order

export module foo;
export void *frob ();