```rust crate::util_macros::assert_select!(glue, "SELECT COUNT(1) count FROM Arith WHERE id > id * 2;" => count = I64: (0)); // Fails, 0 rows ```