shithub: mc

ref: 88cbe95a616e1cd947d0e30ab19368602b00b753
dir: /test/union-missingarg.myr/

View raw version
use std
type u = union
	`Foo int
;;

const main = {
	`Foo
}