shithub: mc

ref: 99374e2260ba10e67cd690213ee3e21e55a0e31e
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}