blob: 836db951bb785319ac4c902cc74ccdb3c1d8473e [file] [log] [blame]
// run-pass
#![forbid(unsafe_code)]
thread_local!(static FOO: u8 = 1);
fn main() {
}