34 lines
661 B
Text
34 lines
661 B
Text
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:'"}"'
|
|
// |
|