When removing a function from the function set and adding it to deferred, we
[llvm.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";