mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
7 lines
185 B
C++
7 lines
185 B
C++
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
|
|
// rdar://8360841
|
|
|
|
wchar_t s[] = L"\u2722";
|
|
|
|
// CHECK: @s = global [8 x i8] c"\22'\00\00\00\00\00\00"
|