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