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