This commit is contained in:
2020-10-16 12:43:46 +03:00
parent 43fb497b32
commit 80c6809e42

View File

@@ -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();