main-generate.cxx 83 B

12345678
  1. #include <example.pb.h>
  2. int main()
  3. {
  4. example::msgs::Example msg;
  5. return 0;
  6. }