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