#unittest { name: "Simple string"; error: NONE; result: "aaa"; }; func main () { var a = "aaa"; return a; }