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