Forked from
VTK / VTK
566 commits behind, 2 commits ahead of the upstream repository.

Ben Boeckel
authored
This informs the compiler that the function is used outside of the file without having to coordinate a header with the declaration. With this, `clang-tidy` can reliably point out symbols that can be `static` within tests as well.