shithub: mc

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

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

const main = {
	`Foo
}