os-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 22:23:17 +02:00
//@ known-bug: #124164
static S_COUNT: = std::sync::atomic::AtomicUsize::new(0);
fn main() {}