blob: 72876b517cad7cc554bcc80c957d2e0d58d4f95e [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import M;
int main() {
A a { 10 };
B b;
}