#unittest { name: "Test file assignment."; error: NONE; result: 10; }; var a; func main() { var a = 20; file.a = 10; return file.a; }