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
PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20081222_0.c
blob
091647a015764e5ce3da45f68e9a3d2ea0027efb
1
/* { dg-require-alias "" } */
2
#include
"20081222_0.h"
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
if
(
x
() ==
7
)
10
return
0
;
11
abort
();
12
}