shithub: mc

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

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

const main = {
	`Foo
}