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