dump!
```rust
extern crate belt;
fn main() { let s = "hi"; dump!(s); } ```
will print s => "hi"
s => "hi"