shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}