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