We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c73964 commit d4f9b5eCopy full SHA for d4f9b5e
cpp/ql/test/library-tests/type_sizes/type_sizes.expected
@@ -60,7 +60,7 @@
60
| file://:0:0:0:0 | const char[5] | 5 |
61
| file://:0:0:0:0 | decltype(nullptr) | 8 |
62
| file://:0:0:0:0 | double | 8 |
63
-| file://:0:0:0:0 | error | 0 |
+| file://:0:0:0:0 | error | 1 |
64
| file://:0:0:0:0 | float | 4 |
65
| file://:0:0:0:0 | int | 4 |
66
| file://:0:0:0:0 | int & | 8 |
@@ -78,7 +78,7 @@
78
| file://:0:0:0:0 | signed long | 8 |
79
| file://:0:0:0:0 | signed long long | 8 |
80
| file://:0:0:0:0 | signed short | 2 |
81
-| file://:0:0:0:0 | unknown | 0 |
+| file://:0:0:0:0 | unknown | 1 |
82
| file://:0:0:0:0 | unsigned __int128 | 16 |
83
| file://:0:0:0:0 | unsigned char | 1 |
84
| file://:0:0:0:0 | unsigned int | 4 |
0 commit comments