blob: 78e56deccb4c3ac73d9c8a0e775de732669ca3ab [file] [log] [blame] [edit]
#![feature(test)]
extern crate alloc;
extern crate test as alloc;
//~^ ERROR E0259
fn main() {}