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