Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
dguide-4_b.C
blob: 9276ffbb3c82167a2eea9064e17deb3e2d99e6f8 [
file
] [
log
] [
blame
]
// PR c++/116403
// { dg-additional-options "-fmodules-ts" }
// { dg-module-cmi B }
export
module
B
;
import
A
;
// not exported
export
using
::
GMF
;
export
using
::
Attached
;