Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / 2007-05-11-str-const.c
blob5c3039ca0329226fbd9453aa7b35c3c68566fe9e
1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o /dev/null
3 static unsigned char out[]={0,1};
4 static const unsigned char str1[]="1";