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