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