Changes in tests/malloc.cfa [654d5a47:75baaa3]
- File:
-
- 1 edited
-
tests/malloc.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/malloc.cfa
r654d5a47 r75baaa3 319 319 free(ip); 320 320 321 free( (void *) 0p ); // sanity check321 free( (void*) 0p ); // sanity check 322 322 free( NULL ); // sanity check 323 323 … … 605 605 return 0; 606 606 } 607 608 // Local Variables: //609 // tab-width: 4 //610 // compile-command: "cfa malloc.cfa" //611 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.