Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
symconst.c
blob: fc3b55fd489527c1c4a5760bb29e4bb3071d3091 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
()
{
return
(
int
)
foo
;
}