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