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