Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize CPU model for VMs in init_HL13
[simgrid.git] / teshsuite / mc / random-bug / random-bug.cpp
index 733b0845094b241a1a67842140af9c44a539be39..2374cae907b61e0ea8d2aedfcc4ebea82179664c 100644 (file)
@@ -31,7 +31,7 @@ static void app()
       abort();
   } else if (behavior == Behavior::SEGV) {
 #ifndef __clang_analyzer__
-    int* A = 0;
+    int* A = nullptr;
     if (x == 3 && y == 4)
       *A = 1;
 #endif