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