shithub: mc

ref: 908381e1e3a25448886a65730c27802da6ab1111
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)
}