shithub: mc

ref: 0558718a57ac7d8f07aba509f7a8f63408d52eee
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}