• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2023 Google LLC.  All rights reserved.
3 //
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file or at
6 // https://developers.google.com/open-source/licenses/bsd
7 
8 #include <gtest/gtest.h>
9 #include "upb/test/test_import_empty_srcs.upb_minitable.h"
10 
TEST(Test,Reexport)11 TEST(Test, Reexport) {
12   // This test really just ensures that compilation succeeds.
13   ASSERT_GT(sizeof(upb_0test__ContainsImported_msg_init), 0);
14 }
15