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