about summary refs log tree commit diff
path: root/src/test/rustdoc/thread-local-src.rs
blob: 5e56bb5819a104b55acc98780074265dfc32bd9f (plain)
1
2
3
4
5
6
#![crate_name = "foo"]

// @has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' '[src]'

// @has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' '[src]'
thread_local!(pub static FOO: bool = false);