ref: dc0ce7c68fd5e1a56a13960ba7121a38da0a55cb 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 }