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