shithub: mc

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