shithub: mc

ref: 7eaed70990b148db0bebdcc218280cacff932ac4
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}