fix escapes in literal strings
[cc1516.git] / examples / test.spl
1 main(){
2 var b = '\t';
3 var a = "hello \t\"world";
4 }