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