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