blob: b00e80c022919d8a71393c767bfed224ab014d7f [file] [log] [blame]
fn main() {}
struct MyTestArgs {
something_else: String,
}
#[proptest::property_test]
fn my_test(x: i32) {
assert_eq!(x, x);
}