summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/shared-string-literals.c
blob: a05975b4aeb770864fa790330a747452934438a8 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang-cc -emit-llvm %s -o %t

char *globalString = "abc";
char *globalStringArray[5] = { "123", "abc" };
char *anotherGlobalString = "123";

int main() {
    printf("123");
}
OpenPOWER on IntegriCloud