shithub: mc

ref: 730217466af331194862aef9a100b76e44520b5c
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}