We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62326a commit 3199354Copy full SHA for 3199354
3 files changed
test/build/cpp/multiconf/src/main.cpp
@@ -6,4 +6,6 @@
6
int main()
7
{
8
printf("Hello, world!\n");
9
+ std::cout << 123;
10
+ std::cout << "123";
11
}
test/build/cpp/multiconf/src/main2.cpp
@@ -3,4 +3,6 @@
3
4
5
test/build/cpp/multiconf/src/main3.cpp
@@ -12,6 +12,8 @@ int main()
12
13
14
15
16
17
return 0;
18
19
)");
0 commit comments