- Timestamp:
- Nov 12, 2020, 11:22:01 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 94429f8
- Parents:
- 2b18848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/malloc.cfa
r2b18848 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.