use janetrs_macros::*;

#[janet_fn]
struct A(i32);

fn main() {}
