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