2020-04-05 22:37:06 +01:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
2024-06-21 14:03:08 +02: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
|
|
|
|
2024-06-21 14:03:08 +02: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);
|