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
/
pch
/
pch.C
blob
08de37ecc921d4aa040e687884aeb1d377453efa
1
// { dg-options "-save-temps -fpch-preprocess -I." }
2
3
#include "pch.H"
4
int main()
5
{
6
return 0;
7
}
8
9
// { dg-final { cleanup-saved-temps } }