shithub: mc

ref: 160d2c2b424adfbd456f61cb5e194888a054ff51
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}