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