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