blob: 1863984c216e4bcf29706942093674103562c2de [file] [log] [blame]
Eric Christopher89a179b2011-08-20 01:04:49 +00001// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
2// rdar://7589850
3
4// CHECK-NOT: __ustring
5void *P = @"good\0bye";