shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}