Commit 3eb8e325 authored by Charles Davis's avatar Charles Davis Committed by Alexandre Julliard

kernel32/tests: Use a volatile pointer to cause a crash in the debugger tests. (Clang).

parent 175e7146
...@@ -158,7 +158,7 @@ typedef struct ...@@ -158,7 +158,7 @@ typedef struct
static void doCrash(int argc, char** argv) static void doCrash(int argc, char** argv)
{ {
char* p; volatile char* p;
/* make sure the exception gets to the debugger */ /* make sure the exception gets to the debugger */
SetErrorMode( 0 ); SetErrorMode( 0 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment