6 lines
89 B
Rust
6 lines
89 B
Rust
//@ compile-flags:-L native=
|
|
|
|
fn main() {
|
|
}
|
|
|
|
//~? ERROR empty search path given via `-L`
|