shithub: mc

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

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

const main = {
	`Foo
}