2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / BUG24.c
blob7627a3ddcdd74f5646e79a0df8156f93611708c0
1 struct ack {
2 char a, b, c;
3 };
5 main()
7 struct ack bad;
9 foo(bad);
12 foo(c)
13 struct ack c;