blob: 395cba7af42f2d2a0bec6a7c09b0a8b114e78a5c [file] [log] [blame]
#include "inline-4.h"
extern int printf (const char *, ...);
int main(void) {
/* APPLE LOCAL default to Wformat-security 5764921 */
printf (getstring()); /* { dg-warning "format not a string" } */
return 0;
}