#unittest { name: "Test static init."; error: NONE; result: 50; }; class foo { static var a = 50; } func main() { return foo.a; }