shithub: mc

ref: 8c7bac5ae4b0611bebf0e5c88ee483e406bece86
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}