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