os-rust/tests/run-make/msvc-lld-thinlto-imp-symbols/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
69 B
Rust
Raw Normal View History

extern crate issue_81408;
fn main() {
issue_81408::memrchr();
}