/* APPLE LOCAL file constant cfstrings */ /* Test whether the __builtin__CFStringMakeConstantString "function" fails gracefully when used without the -fconstant-cfstrings flag. */ /* Developed by Ziemowit Laski . */ /* { dg-options "-fno-constant-cfstrings" } */ /* { dg-do compile { target *-*-darwin* } } */ #include const CFStringRef S = ((CFStringRef)__builtin___CFStringMakeConstantString("Testing")); /* { dg-error "built-in" "built-in function .* requires .* flag" { target *-*-* } 12 } */