shithub: mc

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