shithub: mc

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

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

const main = {
	`Foo
}