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