This repo contains a project which demonstrates a bug in scan-build's path computation.
In order to reproduce the bug using this example, you will need the scan-build, meson,
and ninja installed. Once they are installed, execute the following in this repository's
root:
meson setup build
ninja -C build scan-buildThis should generate a report which can be viewed with scan-view. In this report
the paths to the files containing the detected bugs will not be correct:
This is what the paths should look like:

