shithub: mc

ref: 00a119d9f78148039fcd0e0641f67e3847c8f357
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}