shithub: mc

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

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

const main = {
	`Foo
}