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