// run-rustfix fn main() { let _: usize = std::mem::size_of::(); //~^ ERROR type ascription cannot be followed by a function call }