Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20031203-3.c
blob: 341a9df984acb12526f653e23239e46a9f3b0898 [
file
] [
log
] [
blame
]
/* Don't ICE on user silliness. GCC 3.4 and before accepts this without
comment; 3.5 warns. Perhaps eventually we'll declare this an error. */
void
bar
(
void
)
{
({});
}