test for previous definition

pull/13171/head
Matt Kulukundis 3 years ago
parent c8f823ef0a
commit 8b74557e30
  1. 2
      upb/test_generated_code.cc

@ -35,7 +35,9 @@
#include "upb/test.upb.h"
#include "upb/upb.hpp"
#if !defined(MIN)
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#endif
const char test_str[] = "abcdefg";
const char test_str2[] = "12345678910";

Loading…
Cancel
Save