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 
8