shithub: mc

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