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