// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CODELABS_RUST_SOLUTIONS_EXERCISE_4_CPP_INTEROP_CALLBACKS_FROM_RUST_H_
#define CODELABS_RUST_SOLUTIONS_EXERCISE_4_CPP_INTEROP_CALLBACKS_FROM_RUST_H_

void hello_from_cpp();

#endif  // CODELABS_RUST_SOLUTIONS_EXERCISE_4_CPP_INTEROP_CALLBACKS_FROM_RUST_H_
