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