shithub: mc

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