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