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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20010711-1.c
blob
12971a55a155edceb2966c799a7579dab6731dee
1
void
foo
(
int
*
a
) {}
2
3
int
main
()
4
{
5
int
a
;
6
if
(&
a
==
0
)
7
abort
();
8
else
9
{
10
foo
(&
a
);
11
exit
(
0
);
12
}
13
}