blob: b8035a1d76b61f99c41b4b293f3516eea59dbc1b [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
pub fn say_hello_from_v2() {
println!("Hello, world - from lib version 2");
}