Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / ext / builtin5.C
blob2601a12e301698608e092a6c2b64f205269a4db9
1 // Verify that builtin is used when declared in namespace std
3 // { dg-do compile }
4 // { dg-options "-Wall" }
6 namespace std {
7   extern "C" int printf(const char*,...);
10 void foo() {
11   std::printf("%d");            // { dg-warning "too few arguments" }