xref
: /
openbsd
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
921110-1.c
(revision 274d7c50)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
abort
();
2
typedef
int
(*
frob
)();
3
frob
f
[] = {
abort
};
4
main
()
5
{
6
exit
(0);
7
}
8