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