blob: 039749826256f5a95e5a7883eb6a9cafef5f2075 [file] [log] [blame]
// run-pass
#![no_std]
extern crate std;
std::thread_local!(static A: usize = 30);
fn main() {
}