Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr92231.c
blob: 1813add63c61d54d8c6e67be92ad6f837079d6c8 [
file
] [
log
] [
blame
]
/* PR middle-end/92231 */
extern
int
bar
(
void
);
int
foo
(
void
)
{
return
(&
bar
+
4096
)
();
}