6 lines
83 B
Rust
6 lines
83 B
Rust
//@ compile-flags:-l bar=foo
|
|
|
|
fn main() {
|
|
}
|
|
|
|
//~? ERROR unknown library kind `bar`
|