shithub: mc

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