shithub: mc

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

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

const main = {
	`Foo
}