shithub: mc

ref: 3805b9556a6ed96cac073dbda26519f3390661ee
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}