shithub: mc

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

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

const main = {
	`Foo
}