shithub: mc

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

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

const main = {
	`Foo
}