Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }