2020-09-01 17:12:52 -04:00
|
|
|
extern "C" {
|
2016-08-28 19:21:04 -04:00
|
|
|
static error_message_count: u32;
|
|
|
|
}
|
|
|
|
|
|
|
|
pub static BAZ: u32 = *&error_message_count;
|
2019-08-03 19:34:21 +02:00
|
|
|
//~^ ERROR use of extern static is unsafe and requires
|
2024-02-14 12:28:07 +00:00
|
|
|
//~| ERROR could not evaluate static initializer
|
2016-08-28 19:21:04 -04:00
|
|
|
|
|
|
|
fn main() {}
|