shithub: mc

ref: 042899b8725429043304247c297d0344cffe4780
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}