shithub: mc

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

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

const main = {
	`Foo
}