#define TEST(code) { printf("%s", #code); code; }

TEST(x = 2)
