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