1// PR c++/33289
2// { dg-do compile }
3
4typedef __SIZE_TYPE__ size_t;
5extern "C" int __sprintf_chk (char *__restrict, int, size_t, const char *, ...) throw ();
6extern "C" int __sprintf_chk (char *__restrict, int, size_t, const char *, ...) throw ();
7