shithub: mc

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

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

const main = {
	`Foo
}