rust/tests/crashes/124164.rs

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

5 lines
95 B
Rust
Raw Normal View History

2024-04-19 15:23:17 -05:00
//@ known-bug: #124164
static S_COUNT: = std::sync::atomic::AtomicUsize::new(0);
fn main() {}