test fix
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -73,8 +73,9 @@ int main() {
|
|||||||
// TypeHelper th;
|
// TypeHelper th;
|
||||||
// th.regtype<MM>();
|
// th.regtype<MM>();
|
||||||
MM m;
|
MM m;
|
||||||
|
memset(&m, 0xAC, sizeof(MM));
|
||||||
PIVector<MM> vm;
|
PIVector<MM> vm;
|
||||||
vm << m;;
|
vm << m;
|
||||||
ba << m;
|
ba << m;
|
||||||
piCout << ba.toHex();
|
piCout << ba.toHex();
|
||||||
ba.clear();
|
ba.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user