ref: 22dfaa6b4c03222803ae97cf4ff9401788b5d4ea 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 }