ref: 24d107a198b8a42c29555967d558209808a80b48 dir: /test/stdopt-struct.myr/
use std type t = struct next : std.option(int) ;; const main = { std.exit(42) }