repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
treelang
/
compile
/
extref.tree
blob
085ab8f88fd297b50f916ae6eda5c954a2bfdf33
1
// { dg-do compile }
2
external_reference void abort ();
3
4
static int foo (int a);
5
6
foo
7
{
8
return a;
9
}