summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/2010-02-01-utf16-with-null.m
blob: 1863984c216e4bcf29706942093674103562c2de (plain)
1
2
3
4
5
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
// rdar://7589850

// CHECK-NOT: __ustring
void *P = @"good\0bye";