C++: Add more tests.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-06 13:56:27 -08:00
parent 6dc0fa515d
commit cf4c8eb517

View File

@@ -144,3 +144,4 @@ void test12() {
// This one has a non-bitfield members. So we detect the problem
HasSomeBitFields* hbf2 = reinterpret_cast<HasSomeBitFields*>(s1_2); // BAD
}