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