We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36eb8de commit ffa0356Copy full SHA for ffa0356
test/corelib/src/testmain.cpp
@@ -7,6 +7,9 @@
7
8
TEST_CASE("configuration")
9
{
10
+ char* p = new char [10];
11
+ p[0] = 0;
12
+
13
#if defined(__clang__)
14
std::cout << "clang" << "\n";
15
#elif defined(__GNUC__)
0 commit comments