shithub: mc

ref: 4d289ad72fef356eb6a49b8401997eda42ef8867
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}