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