repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
921110-1.c
blob
c8d4e07ff52910cea8b90bdc70a7cf485f5fd501
1
/* { dg-additional-options "-fpermissive" } */
2
extern
void
abort
(
void
);
3
typedef
void
(*
frob
)();
4
frob f
[] = {
abort
};
5
6
int
main
(
void
)
7
{
8
exit
(
0
);
9
}