#include <foobar.h>

int bar(bool a, int b, int c)
{
    if (a)
        return b + c;

    return b - c;
}