shithub: mc

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

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

const main = {
	`Foo
}