Make minor improvements
This commit is contained in:
4
third_party/chibicc/test/sizeof_test.c
vendored
4
third_party/chibicc/test/sizeof_test.c
vendored
@@ -109,5 +109,9 @@ int main() {
|
||||
|
||||
ASSERT(1, sizeof(main));
|
||||
|
||||
ASSERT(1, sizeof(""));
|
||||
ASSERT(2, sizeof("h"));
|
||||
ASSERT(6, sizeof("hello"));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user