add string literals
[cc1516.git] / examples / test.spl
1 main(){
2 var a = "hello world";
3 }