diff options
Diffstat (limited to 'Tests/FindProtobuf/Test/main-protoc.cxx')
-rw-r--r-- | Tests/FindProtobuf/Test/main-protoc.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/FindProtobuf/Test/main-protoc.cxx b/Tests/FindProtobuf/Test/main-protoc.cxx new file mode 100644 index 0000000..64e5ada --- /dev/null +++ b/Tests/FindProtobuf/Test/main-protoc.cxx @@ -0,0 +1,8 @@ +#include <google/protobuf/compiler/command_line_interface.h> + +int main() +{ + google::protobuf::compiler::CommandLineInterface(); + + return 0; +} |