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 33b4091 commit 923f7e8Copy full SHA for 923f7e8
test/test_print.h
@@ -6,7 +6,7 @@ namespace PrintTest
6
{
7
char char_var = 'A';
8
unsigned char unsigned_char_var = 'B';
9
- const char char_array_var[] = "char_array_var";
+ const char *char_array_var = "char_array_var";
10
11
int int_var = 123;
12
long long_var = 12345678;
@@ -51,7 +51,7 @@ namespace PrintTest
51
52
53
54
55
56
57
0 commit comments