shithub: mc

ref: 97b728231b9a8be789e1c12595a7a72878ad145c
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}