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