qpdf/pkg-test/qpdf-version.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
202 B
C++
Raw Permalink Normal View History

#ifndef POINTERHOLDER_TRANSITION
# define POINTERHOLDER_TRANSITION 4
#endif
#include <qpdf/QPDF.hh>
#include <iostream>
int
main()
{
std::cout << QPDF::QPDFVersion() << std::endl;
return 0;
}