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