Files
rust/tests/run-make/export/compile-interface-error/liblibr.rs
2025-05-04 22:03:15 +03:00

6 lines
104 B
Rust

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