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