ref: 38a6c760656267817632874f4a3e2bcf754b438e 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 }