int b_function(int input) {
    return input * 2;
}