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