blob: 29a1bf161d14b2adf3c8d7f88d7974b1fd78ee99 [file] [log] [blame]
/* APPLE LOCAL file radar 6212507 */
/* This for incorrect specification of format number argument. */
/* { dg-options "-fconstant-cfstrings -Wformat -Wformat-security" } */
/* { dg-do compile { target *-*-darwin* } } */
#include <CoreFoundation/CoreFoundation.h>
void doSomething(CFStringRef format, CFStringRef bla) __attribute__((format(CFString, 0, 1))); /* { dg-error "attribute parameter 2 is out of bounds" } */