Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
using-23_b.C
blob: 6502c476b9b1f44ee99206f121d1876784b32c53 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
import
modA
;
using
NS1
::
Thing
;
using
namespace
NS1
::
NS2
;
Thing
thing
;