summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/constant-strings.m
blob: 8204adc518866d2b0b31c6a7d9a8c3ab20d39c6c (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