ref: 13433d8aa8f5e97e4754916a70e177ff14214cfd 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 }