Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20010711-1.c
blob: 12971a55a155edceb2966c799a7579dab6731dee [
file
] [
log
] [
blame
]
void
foo
(
int
*
a
)
{}
int
main
()
{
int
a
;
if
(&
a
==
0
)
abort
();
else
{
foo
(&
a
);
exit
(
0
);
}
}