packages feed

inline-c-cpp-0.1.0.0: test/tests.cpp

#include <iostream>

extern "C" {
void inline_c_0_e9878d13a3494fc92f462122a4f7dd84b38a6a80(int x_inline_c_0) {

      std::cout << "Hello, world!" << x_inline_c_0 << std::endl;
    
}

}