Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
link-native-libs
/
issue-43925.rs
blob: 1a210887154f45ac177b3691c8717ebbe2ea9426 [
file
] [
log
] [
blame
]
#[
link
(
name
=
"foo"
,
cfg
(
"rlib"
))]
//~ ERROR link cfg must have a single predicate argument
extern
"C"
{}
fn
main
()
{}