shithub: mc

ref: 0075208c293571c32b5eb23c47f67ee8defc613f
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}