Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ext
/
anon2.C
blob: 5bde08db9523de532f7a215195384f817878c021 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "" }
// { dg-prune-output "note" }
struct
S
{
S
();
};
union
U
{
struct
{
S s
;
// { dg-error "" } struct with constructor in union
};
};