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