shithub: mc

ref: 888bb9b10a6ca5728226f141215d4023eb350e68
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}