shithub: mc

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