Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
foreign
/
foreign-pub-super.rs
blob: 19f9e4e339e754c3697f8a9acd06e9ee971b5e13 [
file
]
// Test for #79487
// check-pass
#![
allow
(
dead_code
)]
mod
sha2
{
extern
"C"
{
pub
(
super
)
fn
GFp_sha512_block_data_order
();
}
}
fn
main
()
{}