shithub: mc

ref: da5f858f60c9a8d52add2f60845483be2f4b416e
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
}