diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lsp/.ted-root | 0 | ||||
-rw-r--r-- | test/lsp/multidef.cpp | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/test/lsp/.ted-root b/test/lsp/.ted-root new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/lsp/.ted-root diff --git a/test/lsp/multidef.cpp b/test/lsp/multidef.cpp index eb5336d..6cd5e1a 100644 --- a/test/lsp/multidef.cpp +++ b/test/lsp/multidef.cpp @@ -5,3 +5,12 @@ void f(int x, int y) { void f(int x) { } + +void f(const char *s) { +} + + +void g() { +} +void g(int y) { +} |