shithub: mc

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