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