shithub: mc

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