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