
int a_function(const int a) {
    ...
    return something;
}
