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