shithub: mc

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

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

const main = {
	`Foo
}