shithub: mc

ref: 06b12a03f31531fd6783adf4a49a49234da83ca5
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}