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