#include //printf and shit #include int fuck(int asd) { return asd; } int main(){ int n = 0; printf("%d %d\n", ++n, fuck(n)); //this is bad and shouldnt compile return 0; }