shithub: mc

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

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

const main = {
	`Foo
}