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
/
gen-attrs-7.C
blob
33412506852aae8807d8a0792a470984c20cfa9e
1
// { dg-do compile { target c++11 } }
2
// { dg-options "-Wunused-parameter" }
3
4
void f (int i [[gnu::__unused__]]) {}