test_debug
#define debug(x, y) (test_debug(x, __FILE__, __LINE__) && real_debug ## y)
extern int test_debug();