shithub: mc

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