2020-12-28 11:15:16 -06:00
|
|
|
// build-fail
|
|
|
|
// dont-check-compiler-stderr
|
2018-11-29 15:00:09 -06:00
|
|
|
// compile-flags: -C linker=llllll -C linker-flavor=ld
|
2022-07-27 07:05:05 -05:00
|
|
|
// error-pattern: `llllll`
|
|
|
|
|
|
|
|
// Before, the error-pattern checked for "not found". On WSL with appendWindowsPath=true, running
|
|
|
|
// in invalid command returns a PermissionDenied instead.
|
2013-12-18 08:06:11 -06:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
}
|