#include <StlMesh_Mesh.hxx>
#include <iostream>
int main(int argc, char** argv)
{
int error = 0;
if (argc > 1) {
const char* filepath = argv[1];
Handle_StlMesh_Mesh occmesh = new StlMesh_Mesh;
std::cerr << "gmio error: 0x" << std::hex << error << std::endl;
}
return error;
}