shithub: mc

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

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

const main = {
	`Foo
}