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