2023-12-06 12:25:13 -06:00
|
|
|
// Check to see if we can get parameters from an @argsfile file
|
|
|
|
//
|
|
|
|
//@ build-pass
|
2024-04-06 17:33:37 -05:00
|
|
|
//@ no-auto-check-cfg
|
2023-12-06 12:25:13 -06:00
|
|
|
//@ compile-flags: @{{src-base}}/shell-argfiles/shell-argfiles-via-argfile.args @shell:{{src-base}}/shell-argfiles/shell-argfiles-via-argfile-shell.args
|
|
|
|
|
|
|
|
#[cfg(not(shell_args_set))]
|
|
|
|
compile_error!("shell_args_set not set");
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
}
|