- Note that these don't really test anything other than that code generation doesn't fail or crash. Better than nothing though! llvm-svn: 55761
5 lines
75 B
Objective-C
5 lines
75 B
Objective-C
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
|
|
|
|
id a = @"Hello World!";
|
|
|