blob: b43c9c94589865caa61363a3237e6110610dc4fd [file] [log] [blame]
const unsigned char *str = "llvm";
int foo() {
return str[0];
}