//! Example usage of the `link-section` crate.
use ;
static DATA_SECTION: TypedSection;
/// A dynamic item in the `DATA_SECTION` section.
pub static DATA_ITEM_VEC: &'static = &Vec::new;
/// A string item in the `DATA_SECTION` section.
pub static DATA_ITEM_STRING: &'static = &Stringnew;