int f(int i) { return ++i; // retourne la valeur entière i+1 (expression) }