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