shithub: mc

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

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

const main = {
	`Foo
}