Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-7.C
blob: 33412506852aae8807d8a0792a470984c20cfa9e [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
// { dg-options "-Wunused-parameter" }
void
f
(
int
i
[[
gnu
::
__unused__
]])
{}