shithub: mc

ref: e255cf8c55c5d2f7fda955b1edcc6e721edd021a
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}