shithub: mc

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