1 // PR c++/46803
2 // { dg-do compile { target c++11 } }
3 
4 int strftime(char *, int, const char *, const struct tm *)
5         [[gnu::__bounded__(__string__,1,2)]]; // { dg-warning "ignored" }
6