#![crate_type = "lib"] use std::cell::Cell; thread_local!(pub static A: Cell = const { Cell::new(0) });