shithub: mc

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