shithub: mc

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

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

const main = {
	`Foo
}