Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
using-30_b.C
blob: aeee19f48878f7584481a3c2957fff7a20917551 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules" }
module
M
;
A x
;
B y
;
// Aliases that refer to TU-local entities should not be visible.
C c
;
// { dg-error "does not name a type" }
D d
;
// { dg-error "does not name a type" }