blob: cce8047ae8a735e6c89475985f29c9dc1595402a [file] [log] [blame]
typedef struct _foo foo;
extern foo bar;
struct _foo {
int a;
};
int tst[__alignof__ (bar) >= __alignof__ (int) ? 1 : -1];