Changes in tests/malloc.cfa [75baaa3:654d5a47]
- File:
-
- 1 edited
-
tests/malloc.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/malloc.cfa
r75baaa3 r654d5a47 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.