Home | History | Annotate | Download | only in CodeGenObjC
      1 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
      2 // rdar://7589850
      3 
      4 // CHECK-NOT: __ustring
      5 void *P = @"good\0bye";
      6