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