blob: 7969c91c385f15a9c67cb57488e65ad22d32117d [file] [log] [blame]
int f(int x, int y, int b) { return b ? x : y; }