blob: 29b1a0b4af6db00c3cd97c99378ba43f152f2b2f [file] [log] [blame]
double f(double a, double b, int c, int d)
{
return (c>10&&d>20)?a:b;
}