summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2002-12-15-GlobalConstantTest.c
blob: 8203f569625d774d5e8ed1ccac3cb64f3747554c (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null


const char *W = "foo";
const int X = 7;
int Y = 8;
const char * const Z = "bar";