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