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