#include <math.h>
char (*f)() = log2;
int main(){ return f != log2; }


syntax highlighted by Code2HTML, v. 0.9.1