blob: 317ed2914054b03e92fc965ba1a5a3bd1638697b [file]
// Copyright (c) 2026 The WebRTC project authors. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
pub fn hello_from_subdir() -> &'static str {
"hello from subdir"
}