shithub: mc

ref: 782588ed75e3673535e528e6b5f13ae060cf8095
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}