shithub: mc

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