#include "test.h" int x = ADD(ADD(1, 2), 2); int y = ADD2(1, 2); void test(); void test() {}