b.cpp   [plain text]


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