shithub: mc

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

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

const main = {
	`Foo
}