repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
defaulted1.C
blob
3ea7ae72b96bb0d28a62901d252d36dc4003e457
1
// PR c++/90674
2
// { dg-do compile { target c++11 } }
3
4
template<typename T>
5
struct C {
6
C() {}
7
};
8
9
template<>
10
C<int>::C() = default;