shithub: mc

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

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

const main = {
	`Foo
}