ref: f7fc1cd4e2b36f2ae8d124c4654eac7f48aadff8 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 }