Handle functions with anonymous arguments

Example:

int f(int a, int, int c) {
    return a + c;
}
3 files changed