OSDN Git Service

* g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / builtins10.C
1 // { dg-do assemble  }
2 // Test that built-in functions don't warn when prototyped without arguments.
3 // Origin: PR c++/9367
4 // Copyright (C) 2003 Free Software Foundation.
5
6 extern "C" int snprintf();
7