shithub: mc

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