Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
using-16_a.C
blob: 25d8bca5d1c98212acd409d3b881b11649668a26 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
// { dg-module-cmi M:S }
export
module
M
:
S
;
namespace
foo
{
// propagate hidden from partitions
export
struct
S
{
friend
void
f
(
S
);
};
};