ref: 9526e43a51595f081bfa0cc8b63d625ea785ff6d 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 }