35f03b763e
Nowadays there is an `invalid-compile-flags` folder, thus move this one there. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
5 lines
68 B
Rust
5 lines
68 B
Rust
// build-fail
|
|
// compile-flags: -Cpasses=unknown-pass
|
|
|
|
fn main() {}
|