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
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr60215.C
blob
29700174192379cc2130fbe17600a474f65d0f74
1
// PR c++/60215
2
// { dg-do compile { target c++11 } }
3
4
struct A
5
{
6
void foo();
7
int i : foo; // { dg-error "width" }
8
};