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