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