shithub: mc

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