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