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