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