ref: 3bfbe159e8d71287487c01ce8791d70b554ac9df 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 }