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

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

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