diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
index 389fa2ed81922f5ea8ef5b428edc5e3594376459..14838a765392fbfb97408cbc63f71daace743c0e 100644
--- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
+++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp
@@ -2630,6 +2630,7 @@ int main(int argc, char *argv[])
     testBoostOptional();
     testBoostSharedPtr();
 
+    //*(int *)0 = 0;
     testFork();
 
     testQObject(argc, argv);