1 // Copyright 2022 Google LLC. 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 3 4 #include "experimental/bazel_test/base/base.h" 5 #include "experimental/bazel_test/base/base_priv.h" 6 #include "experimental/bazel_test/core/core.h" 7 getMagicNumber()8int getMagicNumber() { 9 return PublicBaseConstant + PrivateBaseConstant; 10 } 11