1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 08:57:34 +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,3 @@
#pragma once
int bar();