sqry-lang-cpp 13.0.1

C++ language plugin for sqry
Documentation
1
2
3
4
5
6
7
8
9
// System header includes for testing import edge extraction
#include <iostream>
#include <vector>
#include <string>
#include <map>

void test_function() {
    std::cout << "Hello" << std::endl;
}