Need to add tests for the miscellaneous helper functions Min, Max, Align, Swap Also need the pointer functions */
| 285 | Also need the pointer functions |
| 286 | */ |
| 287 | int main(int, char**) |
| 288 | { |
| 289 | CompileMe(); |
| 290 | void ConstExpr(); |
| 291 | return 0; |
| 292 | } |
nothing calls this directly
no test coverage detected