shithub: mc

ref: 69ff322bc36cc9bbdc00528ef86031f631daf925
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}