shithub: mc

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