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