hanchenye-llvm-project/clang/test/CodeGenObjC/constant-strings.m

5 lines
78 B
Objective-C

// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
id a = @"Hello World!";