| // Regression test for https://github.com/rust-lang/rust/issues/157401 | |
| // ignore-tidy-target-specific-tests | |
| //@ check-fail | |
| //@ compile-flags: --target={{src-base}}/codegen/custom-target-invalid-llvm-target.json -Z unstable-options | |
| //@ ignore-backends: gcc | |
| fn main() {} | |
| //~? ERROR failed to parse target machine config to target machine |