shithub: mc

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