xref
: /
dports
/
lang
/
gcc9-devel
/
gcc-9-20211007
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
960201-1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
union
foo
2
{
3
char
a
;
4
int
x
[
2
];
5
}
__attribute__
((
transparent_union
));
6