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