diff options
Diffstat (limited to 'lib/msan/tests/msandr_test_so.cc')
-rw-r--r-- | lib/msan/tests/msandr_test_so.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msan/tests/msandr_test_so.cc b/lib/msan/tests/msandr_test_so.cc index fddd8ded8964..eb605d4dba12 100644 --- a/lib/msan/tests/msandr_test_so.cc +++ b/lib/msan/tests/msandr_test_so.cc @@ -34,3 +34,5 @@ int dso_stack_store(void (*fn)(int*, int*), int x) { fn(&x, &y); return y; } + +void break_optimization(void *x) {} |