xref
: /
openbsd
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
nested6.C
(revision c87b03e5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// Build don't link:
2
union
A
{
3
struct
B
{ };
4
A
::
B
b
;
// gets bogus error
5
};
6