mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04: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"
|