Revert "Revert "C++: update expected sizes of error and unknown types to be 1 byte""

This commit was reverted on `master` but should remain on `next`, so I'm
reverting the revert before merging `master` into `next`.

This reverts commit adda4c91cf.
This commit is contained in:
Jonas Jensen
2018-09-04 16:10:46 +02:00
parent 98aa7f88b2
commit 9535f83d3a

View File

@@ -60,7 +60,7 @@
| file://:0:0:0:0 | const char[5] | 5 |
| file://:0:0:0:0 | decltype(nullptr) | 8 |
| file://:0:0:0:0 | double | 8 |
| file://:0:0:0:0 | error | 0 |
| file://:0:0:0:0 | error | 1 |
| file://:0:0:0:0 | float | 4 |
| file://:0:0:0:0 | int | 4 |
| file://:0:0:0:0 | int & | 8 |
@@ -78,7 +78,7 @@
| file://:0:0:0:0 | signed long | 8 |
| file://:0:0:0:0 | signed long long | 8 |
| file://:0:0:0:0 | signed short | 2 |
| file://:0:0:0:0 | unknown | 0 |
| file://:0:0:0:0 | unknown | 1 |
| file://:0:0:0:0 | unsigned __int128 | 16 |
| file://:0:0:0:0 | unsigned char | 1 |
| file://:0:0:0:0 | unsigned int | 4 |