2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20001109-2.c
bloba23e56bd34bd4505bfa6365cc8267e9d9609cb16
1 extern struct foo bar;
2 struct foo {
3 int a;
4 };
6 int tst[__alignof__ (bar) >= __alignof__ (int) ? 1 : -1];