blob: 93c372e1d83dc63323c05d5074fd8e5114a06df5 [file] [log] [blame]
// ignore-tidy-linelength
#![feature(ffi_returns_twice)]
#![crate_type = "lib"]
#[ffi_returns_twice] //~ ERROR `#[ffi_returns_twice]` may only be used on foreign functions
pub fn foo() {}