rustc/tests/run-make/suspicious-library/foo.rs
2023-09-14 08:56:40 +02:00

4 lines
42 B
Rust

#![crate_type = "dylib"]
pub fn foo() {}