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