xref
: /
dports
/
devel
/
riscv64-gcc
/
gcc-8.3.0
/
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