(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99377-2_a.C
// PR c++/99377
// { dg-additional-options -fmodules-ts }
// { dg-module-cmi pr99377_2 }
export module pr99377_2;

export inline void f() { }