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