ref: 5cf8a9d385a8a91169b24fa30605e129f63b043f 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 }