Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
link-native-libs
/
issue-43926.rs
blob: 293ad3f4ec1ad9ec854221f101f0beaec63a2666 [
file
] [
log
] [
blame
]
#[
link
(
name
=
"foo"
,
cfg
())]
//~ ERROR malformed `link` attribute input
extern
"C"
{}
fn
main
()
{}