shithub: mc

ref: 0c454eb69e126d7180b0a05598de1fac65dc3fd3
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}