shithub: mc

ref: 366eeda638702daf6f11b5594c301d691853fcec
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}