shithub: mc

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