shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}