shithub: mc

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

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

const main = {
	`Foo
}