A derived polymorphic template class that is final
which is created in a
shared library cannot be dynamic_cast
to its base class in another TU.
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
$ cmake --build build && build/DowncastRepro
[4/4] Linking CXX executable DowncastRepro
dynamic_cast non-final: 0x600001164030
dynamic_cast final: 0x0
dynamic_cast final loc: 0x600003aa8000