shithub: mc

ref: 0daad047dcbfae0c6650dada4195efecbbe2b883
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}