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