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