shithub: mc

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