Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
sar.c
blob: 34e8cdf0b258a329258a66f106aa3fff7207b53e [
file
] [
log
] [
blame
]
struct
foo
{
char
a
;
}
foo
[
100
];
int
main
(
void
)
{
foo
[
1
].
a
=
'1'
;
foo
[
2
].
a
=
'2'
;
}