shithub: mc

ref: 3726cb571fcfd92359e48cdb8f2a7532e598517e
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}