1// Copyright 2019 The Chromium Authors2// Use of this source code is governed by a BSD-style license that can be3// found in the LICENSE file.45#include "base/test/copy_only_int.h"
67namespacebase {
89// static10intCopyOnlyInt::num_copies_ = 0;
1112} // namespace base13