the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git] / test / FrontendC / 2007-05-11-str-const.c
blob46a74c19e017b51adf2d64d45a4fb1df7b5e4830
1 // RUN: %llvmgcc -S -g %s -o /dev/null
3 static unsigned char out[]={0,1};
4 static const unsigned char str1[]="1";