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