Make this test not depend on how the variable is named.
[oota-llvm.git] / test / FrontendObjC / 2010-02-01-utf16-with-null.m
1 /* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring}
2    rdar://7589850 */
3
4 void *P = @"good\0bye";
5