aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/constant-strings.m
blob: 84786c0cdc99fa1660abbe09ac89890ea9c1201a (plain)
1
2
3
4
5
6
// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
// RUN: clang-cc -fgnu-runtime -emit-llvm -o %t %s && grep NXConstantString %t | count 1
// RUN: clang-cc -fgnu-runtime -fconstant-string-class=NSConstantString -emit-llvm -o %t %s && grep NSConstantString %t | count 1

id a = @"Hello World!";