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