shithub: mc

ref: 8849da69a4e556e915c372be825f8cc3b4f775ab
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}