shithub: mc

ref: 38a4c78511a5aea2608ea44bbfde055485197b50
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}