Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
class-2_a.C
blob: 04f11cd8c8f08cee901b2d13788e30a62d356c5e [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
// This sequence is for errors
export
module
One
;
// { dg-module-cmi "One" }
namespace
Bob
{
struct
X
;
export
struct
Y
{
unsigned
a
;
unsigned
b
;
};
}
export
void
copy
(
Bob
::
Y
*,
const
Bob
::
Y
*);