summaryrefslogtreecommitdiffstats
path: root/tests/ui/linkage-attr/issue-10755.rs
blob: 0df5d842cb2a01f5fb7ace7b14a83fc375565ac3 (plain)
1
2
3
4
5
6
7
8
9
10
// build-fail
// dont-check-compiler-stderr
// compile-flags: -C linker=llllll
// error-pattern: `llllll`

// Before, the error-pattern checked for "not found". On WSL with appendWindowsPath=true, running
// in invalid command returns a PermissionDenied instead.

fn main() {
}