blob: fd2bf910d33e54aa9f5be4802c12a7efff1260a8 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "build/rust/tests/bindgen_cpp_test/cpp.h"
namespace functions {
int normal_fn(int i) {
return template_fn(i);
}
} // namespace functions