ladybird/Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/complete_local_args.cpp
Itamar eeb98335d5 CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/
This is similar to the LibJS test data that resides in
/home/anon/js-tests.
It's more convenient than storing the test programs as raw strings
in the code.
2021-05-19 23:19:07 +02:00

4 lines
43 B
C++

int main(int argc, char** argv)
{
ar
}