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