shithub: mc

ref: 2a833f441b9a03e1222ab501e71fc029bf069665
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}