shithub: mc

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

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

const main = {
	`Foo
}