Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
using-28_b.C
blob: 72876b517cad7cc554bcc80c957d2e0d58d4f95e [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
import
M
;
int
main
()
{
A a
{
10
};
B b
;
}