shithub: mc

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

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

const main = {
	`Foo
}