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
/cp
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
pr60393.C
blob
2ae21ed1147b49765fd0bafac0179cbd64ac7a1d
1
// PR c++/60393
2
// { dg-do compile { target c++14 } }
3
4
void (*f)(auto) + 0; // { dg-error "auto|expected" }
5
6
struct A
7
{
8
int i;
9
};