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