| 284 | }; |
| 285 | |
| 286 | struct cpputest_ulonglong |
| 287 | { |
| 288 | #if defined(__cplusplus) |
| 289 | cpputest_ulonglong() {} |
| 290 | cpputest_ulonglong(int) {} |
| 291 | #endif |
| 292 | char dummy[CPPUTEST_SIZE_OF_FAKE_LONG_LONG_TYPE]; |
| 293 | }; |
| 294 | |
| 295 | #if !defined(__cplusplus) |
| 296 | typedef struct cpputest_longlong cpputest_longlong; |
no outgoing calls
no test coverage detected