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 #pragma once 5 6 #include "experimental/bazel_test/base/base.h" 7 #include "experimental/bazel_test/base/base_priv.h" 8 9 constexpr float PublicCoreConstant = float(PublicBaseConstant)/float(PrivateBaseConstant); 10 11 int getMagicNumber(); 12