PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / ext / builtin4.C
blob8804b53bd7a93a204b8abecf512c2e87246ae2a0
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 "expects a matching" }