ref: 889d5c6fde975ec10bb39d08de9e7d47ec68387a 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 }