Skip to content

Commit

Permalink
one last grammar fix - the operation, not the pointer, requires/invol…
Browse files Browse the repository at this point in the history
…ves type conversions
  • Loading branch information
nlsandler committed Oct 29, 2024
1 parent c956ebf commit 6583de8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test compound assignment through pointers that require type conversions
// Test compound assignment through pointers involving type conversions

int main(void) {
// lval is pointer
Expand All @@ -17,7 +17,6 @@ int main(void) {
return 2; // fail
}


// rval is pointer
unsigned int ui = 4294967295U; // 2^32 - 1
ui /= *d_ptr;
Expand Down

0 comments on commit 6583de8

Please sign in to comment.