shithub: mc

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

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

const main = {
	`Foo
}