rust/tests/crashes/129166.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
85 B
Rust
Raw Normal View History

2024-08-18 05:50:01 -05:00
//@ known-bug: rust-lang/rust#129166
fn main() {
#[cfg_eval]
#[cfg]
0
}