Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20001109-1.c
blob: cce8047ae8a735e6c89475985f29c9dc1595402a [
file
] [
log
] [
blame
]
typedef
struct
_foo foo
;
extern
foo bar
;
struct
_foo
{
int
a
;
};
int
tst
[
__alignof__
(
bar
)
>=
__alignof__
(
int
)
?
1
:
-
1
];