shithub: mc

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

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

const main = {
	`Foo
}