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