ref: 8385d6f6daad30f8de238362961b70061be24065 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 }