aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/obj-c++.dg/warn6.mm
blob: a74f8025d0eac2b4b4417fc079dfae85d89326e1 (plain)
1
2
3
4
5
6
7
// PR c++/17212
// { dg-options "-Wformat -Wno-format-zero-length" }

void f()
{
  __builtin_printf("");
}