int f(int x) { if (x) return 1; else return "hello"; }