Pull out this predicate loop into a helper function.
[oota-llvm.git] / test / FrontendC / 2007-05-11-str-const.c
1 // RUN: %llvmgcc -c -g %s  -o /dev/null
2
3 static unsigned char out[]={0,1};
4 static const unsigned char str1[]="1";
5