mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 11:04:10 +00:00
7 lines
140 B
Rust
7 lines
140 B
Rust
#![crate_type = "lib"]
|
|
|
|
extern "C" {
|
|
#[ffi_const] //~ ERROR the `#[ffi_const]` attribute is an experimental feature
|
|
pub fn foo();
|
|
}
|