diff options
Diffstat (limited to 'lib/asan/lit_tests/TestCases/Helpers/init-order-pthread-create-extra.cc')
| -rw-r--r-- | lib/asan/lit_tests/TestCases/Helpers/init-order-pthread-create-extra.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/asan/lit_tests/TestCases/Helpers/init-order-pthread-create-extra.cc b/lib/asan/lit_tests/TestCases/Helpers/init-order-pthread-create-extra.cc new file mode 100644 index 000000000000..d4606f0afb52 --- /dev/null +++ b/lib/asan/lit_tests/TestCases/Helpers/init-order-pthread-create-extra.cc @@ -0,0 +1,2 @@ +void *bar(void *input); +void *glob2 = bar((void*)0x2345); |
