# fixtures/zig
Zig fixture file for `.scm` query tests.
- `sample.zig` — defines a `Point` struct with `distance` and `origin` methods, a `classify` function with if/else branching, `sumSlice` with a for loop, `fibonacci` with a while loop, and a `main` entry point; imports `std` and `math_utils.zig`.