shithub: mc

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