blob: 22229db8000a8e24e64a6afc6fa014f2617ba902 [file] [log] [blame]
fn main() {
extern {
static symbol: [usize]; //~ ERROR: the size for values of type
}
println!("{}", symbol[0]);
}