shithub: mc

ref: 961fb6813b00f224c219d026da48cf6d01c779ab
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}