summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/constant-strings.m
blob: 8482376ff91335e5299da36204d915ba43542de2 (plain)
1
2
3
4
5
6
// RUN: clang-cc -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!";

OpenPOWER on IntegriCloud