c++: Export usings referring to global module fragment [PR109679]
[official-gcc.git] / gcc / testsuite / g++.dg / modules / using-11.h
blob64c1b0ca33573022a50130d3a6635ca43f7aca15
1 // PR c++/109679
2 inline int foo() { return 42; }