shithub: mc

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