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

5 lines
75 B
Objective-C

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