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