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