diff options
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/start-deactivated-so.cc')
| -rw-r--r-- | compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/start-deactivated-so.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/start-deactivated-so.cc b/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/start-deactivated-so.cc deleted file mode 100644 index 9611fa5ba67..00000000000 --- a/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/start-deactivated-so.cc +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> -#include <stdlib.h> - -extern "C" void do_another_bad_thing() { - char *volatile p = (char *)malloc(100); - printf("%hhx\n", p[105]); -} |

