summaryrefslogtreecommitdiff
path: root/test/lsp/multidef.cpp
blob: eb5336d92ea139d36af1c39de1ecfa42fa4971b9 (plain)
1
2
3
4
5
6
7

void f(int x, int y) {
}


void f(int x) {
}