opnsense-src/test/CodeGenObjC/constant-strings.m
2009-06-02 17:58:47 +00:00

4 lines
78 B
Objective-C

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