Check placement of more attributes

This commit is contained in:
Caleb Zulawski 2020-06-14 00:47:42 -04:00
parent de921ab3c3
commit 4efe97a3d9
18 changed files with 816 additions and 354 deletions

View file

@ -15,7 +15,7 @@ extern crate libc;
use libc::c_int;
#[link_name = "check_static_recursion_foreign_helper"]
#[link(name = "check_static_recursion_foreign_helper")]
extern "C" {
#[allow(dead_code)]
static test_static: c_int;