1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:27:35 +00:00

CppLanguageServer: Add test case for auto-completing include paths

This commit is contained in:
Itamar 2021-05-22 12:28:52 +03:00 committed by Andreas Kling
parent b9021f8631
commit 6738a966ec
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include "sample_heade
#include <sys/cdef
void foo() {}