C++: Test spacing.

This commit is contained in:
Geoffrey White
2024-07-23 17:58:53 +01:00
parent a63e70d173
commit 4920039a00
3 changed files with 15 additions and 10 deletions

View File

@@ -201,6 +201,11 @@ void test_strndupa_dealloc() {
// ---
void test_reassignment() {
char *a = (char *)malloc(128);
char *b = (char *)malloc(128);