shithub: mc

ref: 70ab782a15f19d4ea160304bb35f7cd1defa7d5d
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)
}