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