shithub: mc

ref: 52c9fbc7ecefe80d228d7666cdddc72bb7f95ebf
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}