shithub: mc

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

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

const main = {
	`Foo
}