shithub: mc

ref: ee42f7f682c2279b0e24f70979f41436ff655cd4
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
	-> 42
}