2020-12-28 20:15:16 +03:00
|
|
|
//@ build-fail
|
|
|
|
//@ dont-check-compiler-stderr
|
2023-05-29 19:58:01 +03:00
|
|
|
//@ compile-flags: -C linker=llllll
|
2022-07-27 14:05:05 +02: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 09:06:11 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
}
|