Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
obj-c++.dg
/
warn6.mm
blob: a74f8025d0eac2b4b4417fc079dfae85d89326e1 [
file
] [
log
] [
blame
]
// PR c++/17212
// { dg-options "-Wformat -Wno-format-zero-length" }
void
f
()
{
__builtin_printf
(
""
);
}