shithub: mc

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