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