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