Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / ext / builtin4.C
blob7d6c473dc8459ea1faf7a3dd075d4646019d3146
1 // Verify that builtin is used when declared in global namespace
3 // { dg-do compile }
4 // { dg-options "-Wall" }
6 extern "C" int printf(const char*,...);
8 void foo() {
9   printf("%d");                 // { dg-warning "too few arguments" }