shithub: mc

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

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

const main = {
	`Foo
}