ref: 4a7d019d03fa6c267d27ffb9d90e2472bad4bcbf 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 }