shithub: mc

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

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

const main = {
	`Foo
}