shithub: mc

ref: 72fb866e7e74af33ffb9872d3099fafee1725484
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}