shithub: mc

ref: 83b338addfe2942fe18283be01064fc169214961
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}