aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/eh/builtin4.C
blob: 32348174af676e05782de1adfa3b3bc7bfc9f144 (plain)
1
2
3
4
5
6
// PR c++/33289
// { dg-do compile }

typedef __SIZE_TYPE__ size_t;
extern "C" int __sprintf_chk (char *__restrict, int, size_t, const char *, ...) throw ();
extern "C" int __sprintf_chk (char *__restrict, int, size_t, const char *, ...) throw ();