Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
layout.c
blob: 04c825df6451ed5b55b1b7b4feac01befcd4a767 [
file
] [
log
] [
blame
]
struct
foo
{
char
a
;
};
foo
()
{
struct
foo bar
[
3
];
bar
[
0
].
a
=
'0'
;
bar
[
1
].
a
=
'1'
;
bar
[
2
].
a
=
'2'
;
foof
(
bar
);
}