ref: 6e88e5d101fff277d7bbbdcbcdf4ded539000ce7 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 }