ref: 36bcb6d94f7ef17c9e40cf68fd26d78ec814c596 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 }