view src/protobuf-test.cpp @ 6196:69997c546e61

* src/libsndfile.mk: add mpg123 as a dependancy
author John Donoghue <john.donoghue@ieee.org>
date Sat, 30 Apr 2022 08:03:52 -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;
}