shithub: mc

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