shithub: mc

ref: 37b4b23c2e9e86a899676afc82f52521a2e30ad8
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}