summary refs log tree commit diff
path: root/src/test/ui/native-library-link-flags/empty-kind-1.rs
blob: 6f93d38ca93b0d257f0c7aab2102c83aa06a2216 (plain)
1
2
3
4
5
6
// Unspecified kind should fail with an error

// compile-flags: -l =mylib
// error-pattern: unknown library kind ``, expected one of dylib, framework, or static

fn main() {}