shithub: mc

ref: 96c22e7e846b1aecc6acbf75b15eedf53923fdd1
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)
}