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