| 6 | #include "AllocLetTestFree.h" |
| 7 | |
| 8 | typedef struct AllocLetTestFreeStruct |
| 9 | { |
| 10 | int placeHolderForHiddenStructElements; |
| 11 | } AllocLetTestFreeStruct; |
| 12 | |
| 13 | AllocLetTestFree AllocLetTestFree_Create(void) |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected