ref: e8974827713daccc5f7ee28effc72060d7c20a56 dir: /test/union-extraarg.myr/
use std /* should fail to compile becuse we're constructing a union that with too many arguments. */ type u = union `Foo ;; const main = { `Foo 123 }