1 2 3 4 5 6 7 8
proc with_body(x: Int) #{varargs} (* @Error Attribute 'varargs' is not supported in this position *) begin return proc no_parameters() #{varargs} -> Int32 (* @Error Attribute 'varargs' requires at least one parameter *) extern end.