blob: cee1077015a7de3636cb8a47b82ff564cb4a2335 [file] [log] [blame]
#[test]
fn test() {
// we should be able to read rustc args from a generated file
if cfg!(test_flag) {
return;
}
unreachable!();
}