shithub: mc

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

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

const main = {
	`Foo
}