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

id a = @"Hello World!";

OpenPOWER on IntegriCloud