| 275 | #endif |
| 276 | |
| 277 | struct cpputest_longlong |
| 278 | { |
| 279 | #if defined(__cplusplus) |
| 280 | cpputest_longlong() {} |
| 281 | cpputest_longlong(int) {} |
| 282 | #endif |
| 283 | char dummy[CPPUTEST_SIZE_OF_FAKE_LONG_LONG_TYPE]; |
| 284 | }; |
| 285 | |
| 286 | struct cpputest_ulonglong |
| 287 | { |
no outgoing calls
no test coverage detected