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