shithub: mc

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