Files
rust/tests/run-make/export/compile-interface-error/liblibr.rs

6 lines
104 B
Rust
Raw Normal View History

#![feature(export_stable)]
// interface file is broken(priv fn):
#[export_stable]
extern "C" fn foo();