summaryrefslogtreecommitdiffstats
path: root/src/test/ui/cross-crate/auxiliary/cci_const.rs
blob: c83b3f4a5bbf0908fbd72c6188ef18a2d356d64d (plain)
1
2
3
4
5
6
pub extern "C" fn bar() {
}

pub const foopy: &'static str = "hi there";
pub const uint_val: usize = 12;
pub const uint_expr: usize = (1 << uint_val) - 1;