blob: f531372fd4512bf1179495c6b0e52fd246fa5ed8 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s -triple i686-pc-linux-gnu
int printf(char const*,...);
void percentm(void) {
printf("%m");
}