shithub: mc

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