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