shithub: mc

ref: 8c18d29434ba67415085d37e5468979fa67f6dac
dir: /test/tyrec.myr/

View raw version
use std
/* we just want to see if this file compiles */
type foo = struct
	v : foo#
;;

const main = {
	var v : foo
	std.exit(42)
}