1 2 3
# rust/basic-function Extraction fixture: three simple Rust functions (`add`, `greet`, `main`). Verifies that function symbols are extracted at the correct lines and that calls (`add`, `greet`, `println`) are detected inside `main`.