aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20001109-2.c
blob: a23e56bd34bd4505bfa6365cc8267e9d9609cb16 (plain)
1
2
3
4
5
6
extern struct foo bar;
struct foo {
  int a;
};

int tst[__alignof__ (bar) >= __alignof__ (int) ? 1 : -1];