shithub: mc

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