ref: 2b4787aec89f8d1dcd75c3dc022a8a137c5f5178 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 }