blob: 26d4df433aae18eb0e1f85e92c1dc2cd284a268f [file] [log] [blame]
// pretty-expanded FIXME #23616
fn main() {
use ::std::mem;
mem::drop(2_usize);
}