shithub: mc

ref: 2788f5eea5708ab8554bac41411543bef360389e
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}