#include "inline.h" int f(int a, int b) { SWAP(++a, b); swap(&++a, &b); return a - b; }