repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash50.C
blob
286685ac838b7386d08d5ac463d912c140e634cf
1
// PR c++/27398
2
// { dg-do compile }
3
4
struct A
5
{
6
template<int> void* foo(; // { dg-error "primary-expression|initialization|static|template" }
7
};