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
/
repo1.C
blob
08eea8883ddb1ee394302cb261f5bc2f86973211
1
// { dg-options "-frepo" }
2
3
struct A {
4
A();
5
};
6
7
A::A() {}
8
9
template <typename T>
10
struct B : public A {
11
B() {} // { dg-bogus "" }
12
};
13
14
B<int> b;
15
16
int main () {}
17
18
// { dg-final { cleanup-repo-files } }