shithub: mc

ref: 38698ba0dea7f8b8908fdd41922f4da6202a631e
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}