shithub: mc

ref: 62227e61e476af5fb0b9d601117b371fefb7e1cc
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}