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