shithub: mc

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