shithub: mc

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

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

const main = {
	`Foo
}