diff --git a/test/test.cpp b/test/test.cpp index dc5a430..b31e8a7 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -89,7 +89,8 @@ int main(int argc, char *argv[]) // Test shit here. - int a = *(int *)0x0; + volatile int *a = nullptr; + *a = 0xDEADBEEF; delete handler;