view src/protobuf-test.cpp @ 6256:db3aff082906

* src/npp.mk: update to v8.4.2
author John Donoghue <john.donoghue@ieee.org>
date Mon, 06 Jun 2022 09:54:46 -0400
parents a69eb5b6d9a5
children
line wrap: on
line source

#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}