blob: e8eb3c09edbff7b0ebd9986f79b7a721e2adc5b7 [file] [log] [blame]
/* APPLE LOCAL file radar 6068877 */
/* Test that utf16 characters in a cfstring literal is supported in c, as well as
objc. */
/* { dg-options "-Werror" } */
/* { dg-do compile { target *-*-darwin* } } */
#import <CoreFoundation/CFString.h>
int main()
{
CFSTR("hé hé hé");
}