]> git.lizzy.rs Git - rust.git/blob - tests/ui/commandline-argfile-badutf8.rs
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
[rust.git] / tests / ui / commandline-argfile-badutf8.rs
1 // Check to see if we can get parameters from an @argsfile file
2 //
3 // compile-flags: --cfg cmdline_set @{{src-base}}/commandline-argfile-badutf8.args
4
5 #[cfg(not(cmdline_set))]
6 compile_error!("cmdline_set not set");
7
8 #[cfg(not(unbroken))]
9 compile_error!("unbroken not set");
10
11 fn main() {
12 }