repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
repo1.C
blob
44f004b83958406cd059515ea0c97bd38a5ff042
1
// { dg-options "-frepo" }
2
3
extern "C" inline void f() {}
4
5
int main () {
6
f();
7
}
8
9
// { dg-final { cleanup-repo-files } }