#include #define x 10 #define x x+10 int main(int argc, char** argv) { printf("x=%d", x); }