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
/
template
/
repo3.C
blob
dfc085a211bfa243fefe872dcc8ab693c2e665a3
1
// { dg-options "-frepo -DF='a'" }
2
3
template <typename A, typename B> void f () {}
4
template <typename A, typename B> void g () { f<int,int>(); }
5
int main () { g<int,int>(); }
6
7
char c = F;
8
9
// { dg-final { cleanup-repo-files } }