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