mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 23:42:56 +00:00
13 lines
159 B
Rust
13 lines
159 B
Rust
![]() |
// Test for #79487
|
||
|
// check-pass
|
||
|
|
||
|
#![allow(dead_code)]
|
||
|
|
||
|
mod sha2 {
|
||
|
extern "C" {
|
||
|
pub(super) fn GFp_sha512_block_data_order();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
fn main() {}
|