aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-7.C
blob: 33412506852aae8807d8a0792a470984c20cfa9e (plain)
1
2
3
4
// { dg-do compile { target c++11 } }
// { dg-options "-Wunused-parameter" }

void f (int i [[gnu::__unused__]]) {}