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