shithub: mc

ref: 5257df69de2bf48496ec82b4a515f118ac17a25b
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}