shithub: mc

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

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

const main = {
	`Foo
}