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