shithub: mc

ref: 21cc794eb05fbb9e0acb7eeeecdd417dba2e924e
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}