blob: 9b37ceacd354ababb67e2f5f9218d67c009f2c3f [file] [log] [blame]
// Copyright 2022 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
#include "experimental/bazel_test/base/base.h"
#include "experimental/bazel_test/base/base_priv.h"
#include "experimental/bazel_test/core/core.h"
int getMagicNumber() {
return PublicBaseConstant + PrivateBaseConstant;
}