ref: 2b1cb19f0bcf63320701a5ad9815c326cf40e34c 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 }