shithub: mc

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

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

const main = {
	`Foo
}