xref: /llvm-project/clang/test/CodeGen/2007-05-11-str-const.c (revision 3459ce2e5ebbabb8d4dde3809da50dc89e1b0b35)
1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s  -o /dev/null
2 
3 static unsigned char out[]={0,1};
4 static const unsigned char str1[]="1";
5 
6