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 90eaf54 commit da515bfCopy full SHA for da515bf
lldb/test/API/lang/cpp/extern_c/main.cpp
@@ -8,7 +8,7 @@ extern "C"
8
9
int foo()
10
{
11
- puts("foo");
+ puts("foo"); //% self.expect("image lookup -v -a $pc", substrs=['mangled = "foo"'])
12
return 2;
13
}
14
0 commit comments