shithub: mc

ref: 366eeda638702daf6f11b5594c301d691853fcec
dir: /test/stdopt-struct.myr/

View raw version
use std

type t = struct
	next	: std.option(int)
;;

const main = {
	std.exit(42)
}