mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Test for llvm-gcc checkin 78223.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78229 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
567d14f07c
commit
f49a23d7a7
5
test/FrontendObjC/2009-08-05-utf16.m
Normal file
5
test/FrontendObjC/2009-08-05-utf16.m
Normal file
@ -0,0 +1,5 @@
|
||||
/* RUN: %llvmgcc -w -x objective-c -S %s -o - | grep {__utf16_string_1} | grep {12 x i8}
|
||||
rdar://7095855 */
|
||||
|
||||
void *P = @"iPod™";
|
||||
|
Loading…
Reference in New Issue
Block a user