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