shithub: mc

ref: bffea823459368a463fadf2877fe7baad4097d2c
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}