mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
[msan] Fix print_shadow test.
llvm-svn: 208069
This commit is contained in:
parent
238795e9c6
commit
06475bf752
@ -17,8 +17,8 @@ int main(void) {
|
||||
__msan_print_shadow(p+15, 1);
|
||||
__msan_print_shadow(p, 0);
|
||||
delete[] p;
|
||||
const char *q = "abc";
|
||||
__msan_print_shadow(q, 3);
|
||||
int x = 0;
|
||||
__msan_print_shadow(&x, 3);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user