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