shithub: mc

ref: 35c02af69dcc70507e639209eeea181e8e088366
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}