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