blob: f5f608da9646eada29497df24cdc708c5f79a236 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module M;
void test() {
A a;
B b;
int x = f();
int y = g();
int z = h();
}