fun test() { {} } // @no-errors // @compiles-to: // | function << module >> (0 args, 0 locals): // | strings (0): // | code (2): // | 0: PushNothing // | 1: Return // | function test (0 args, 0 locals): // | strings (0): // | code (2): // | 0: PushNothing // | 1: Return // | // @eval: Nothing // @type: 15 nothing // @concrete: // | File // | FunctionDecl // | Fun:'"fun"' // | Identifier:'"test"' // | ParamList // | LeftParen:'"("' // | RightParen:'")"' // | Block // | LeftBrace:'"{"' // | Block // | LeftBrace:'"{"' // | RightBrace:'"}"' // | RightBrace:'"}"' // |