shithub: mc

ref: 81f4aba2c5d9deec72312b0398209fcdb8439583
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}