ref: 490e90d2122d80bce4e5f710e046b90fc9cc31ca 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 }