shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}