Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / 2002-12-15-GlobalConstantTest.c
blob8203f569625d774d5e8ed1ccac3cb64f3747554c
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
4 const char *W = "foo";
5 const int X = 7;
6 int Y = 8;
7 const char * const Z = "bar";