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