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

