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