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