We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ef887 commit 240b59eCopy full SHA for 240b59e
lldb/test/Shell/Commands/list-header.test
@@ -28,7 +28,7 @@ extern int* ptr;
28
void f(int x);
29
30
inline void g(int x) {
31
- *ptr = x; // should raise a SIGILL
+ *ptr = x; // should crash here
32
}
33
34
#--- foo.cc
0 commit comments