Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
using-30_a.C
blob: def719ce3e510db88d119f84ba35b3a3d367eb73 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules" }
// { dg-module-cmi M }
export
module
M
;
namespace
{
using
A
=
int
;
typedef
int
B
;
struct
Internal
{};
using
C
=
Internal
;
typedef
Internal
D
;
}