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