shithub: mc

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