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
/
cpp0x
/
ref-qual11.C
blob
15dd049f22ac7a75ae2c72fcf32099336b64bf30
1
// PR c++/57253
2
// { dg-require-effective-target c++11 }
3
4
template<typename T> struct foo;
5
6
template<> struct foo<void()&> {};
7
template<> struct foo<void()> {};
8
9
int main()
10
{}