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