ref: 1c20d382566fcdfdf5585b1bd8f1f27d7dbd6425 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 }