2020-04-05 22:37:06 +01:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2021-12-03 17:09:04 -08:00
|
|
|
// @has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'source'
|
2020-04-05 22:37:06 +01:00
|
|
|
|
2021-12-03 17:09:04 -08:00
|
|
|
// @has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'source'
|
2020-04-05 22:37:06 +01:00
|
|
|
thread_local!(pub static FOO: bool = false);
|