blob: 35f91b99a6f40022171338aa144a6ad2833e597d [file] [log] [blame]
#![crate_type = "lib"]
extern "C" {
#[unsafe(ffi_const)] //~ ERROR the `#[ffi_const]` attribute is an experimental feature
pub fn foo();
}