android_mt6572_jiabo/ndk/tests/device/test-basic-rtti
2025-09-05 16:56:03 +08:00
..
jni first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

This test is meant to test the most basic level of RTTI support
even if you are not using a regular C++ STL. No <typeinfo> required.

This is really a way to check that the C++ compiler properly links against
libsupc++.a without any kind of conflict, and that the dynamic_cast<>
really works.