shithub: mc

ref: 0fce274714b986665ce6f5f97ac259fa3d7a7c6c
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}