blob: a9682a9c1a36407565f4dbe94747564591a69868 [file] [log] [blame]
#include <google/protobuf/compiler/plugin.h>
#include "upbc/generator.h"
int main(int argc, char** argv) {
return google::protobuf::compiler::PluginMain(argc, argv,
upbc::GetGenerator().get());
}