shithub: mc

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