aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-1.C
blob: a55698c93833bda745cfbf17a6fd6801459474a0 (plain)
1
2
3
// { dg-do compile { target c++11 } }

int **** [[gnu::format(printf, 1, 2)]] foo(const char *, ...); // { dg-warning "ignored" }