diff options
Diffstat (limited to 'lib/asan/lit_tests/TestCases/Helpers/initialization-constexpr-extra.cc')
-rw-r--r-- | lib/asan/lit_tests/TestCases/Helpers/initialization-constexpr-extra.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/asan/lit_tests/TestCases/Helpers/initialization-constexpr-extra.cc b/lib/asan/lit_tests/TestCases/Helpers/initialization-constexpr-extra.cc deleted file mode 100644 index b32466a981b36..0000000000000 --- a/lib/asan/lit_tests/TestCases/Helpers/initialization-constexpr-extra.cc +++ /dev/null @@ -1,3 +0,0 @@ -// Constexpr: -int getCoolestInteger(); -static int coolest_integer = getCoolestInteger(); |