xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/uncode-string.cpp (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
2*f4a2713aSLionel Sambuc // rdar://8360841
3*f4a2713aSLionel Sambuc 
4*f4a2713aSLionel Sambuc wchar_t s[] = L"\u2722";
5*f4a2713aSLionel Sambuc 
6*f4a2713aSLionel Sambuc // CHECK: @s = global [2 x i32] [i32 10018, i32 0], align 4
7