shithub: mc

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

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

const main = {
	`Foo
}