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