ref: 74355dfc48d3a142918d894ece67ecf7cde9d13d 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 }