summaryrefslogtreecommitdiffstats
path: root/src/protobuf-test.cpp
blob: 2349ab7023679c5b6f48de7a78e6f6bc76ebdd1e (plain)
1
2
3
4
5
6
7
8
9
#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}
1-4/+4 * Doc: Fixing typoSergio Ahumada2011-07-021-2/+2 * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17 * Make autotest insensitive to exact JS error wordingKent Hansen2011-02-231-2/+1 * Link expected failures to tasksKent Hansen2011-02-231-24/+24 * Update tests for QScriptEngineAgent.Jedrzej Nowacki2011-02-10