blob: ffceb797a7dc93473e25e2c8d12681320c86e91b [file] [log] [blame]
// PR c++/52818
// { dg-options "-pedantic-errors -Wformat" }
extern "C" int printf (const char *, ...);
void f() {
printf("%lf", 0.0); // { dg-warning "%lf" "" { target c++98 } }
}