packages feed

headroom-0.2.0.0: test-data/code-samples/cpp/sample1.cpp

/*
 * This is header
 */

#include <iostream>

/* This is not header */

int main() {
    std::cout << "Hello World!";
    return 0;
}