shithub: mc

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

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

const main = {
	`Foo
}