summaryrefslogtreecommitdiffstats
path: root/src/test/ui/linkage-attr/issue-10755.rs
blob: afd2dc46ca3cb8dec4741dc087cbdaa800087dcb (plain)
1
2
3
4
5
6
7
8
9
10
// build-fail
// dont-check-compiler-stderr
// compile-flags: -C linker=llllll -C linker-flavor=ld
// 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() {
}