ref: 538f78b722586f02734d53e8a90d3227c9ad22ed 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 }