ref: 3fb4e8e6ab0ec8c1b29a97c4d260d2a030055bf6 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 }