shithub: mc

ref: 1d9ad6b8e4c45dc9cd7badaeab60c6bf4525a071
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}