summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/builtins10.C
blob: 07f74f8f6e53b95c8c77a6d70afef8b2fa3593d3 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// Test that built-in functions don't warn when prototyped without arguments.
// Origin: PR c++/9367
// Copyright (C) 2003 Free Software Foundation.

extern "C" int snprintf();