summaryrefslogtreecommitdiff
path: root/test/lsp/multidef.cpp
blob: 6cd5e1ae23934bab275e82c24d7b1d4863a3e60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

void f(int x, int y) {
}


void f(int x) {
}

void f(const char *s) {
}


void g() {
}
void g(int y) {
}