index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-30756.rs
blob: 836db951bb785319ac4c902cc74ccdb3c1d8473e (
plain
)
1
2
3
4
5
6
7
// run-pass
#![forbid(unsafe_code)]
thread_local!
(
static
FOO
:
u8
=
1
);
fn
main
()
{
}