Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib40.C
blob: 9c3f761596db6e5d837202d97934105fdb0b72e0 [
file
] [
log
] [
blame
]
// PR c++/46803
int
strftime
(
char
*,
int
,
const
char
*,
const
struct
tm
*)
__attribute__
((
__bounded__
(
__string__
,
1
,
2
)));
// { dg-warning "ignored" }