ref: 8f779f0802ffab46227e01c6ecd1a1187474d96f 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 }