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