mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 06:52:01 +00:00
6 lines
69 B
Rust
6 lines
69 B
Rust
extern crate issue_81408;
|
|
|
|
fn main() {
|
|
issue_81408::memrchr();
|
|
}
|