Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-1.C
blob: c2cf912047e9803493cece9693d87e22dfe62aa1 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
int
****
[[
gnu
::
format
(
printf
,
1
,
2
)]]
foo
(
const
char
*,
...);
// { dg-warning "only applies to function types" }