// run-pass use std::mem; pub fn main() { // Bare functions should just be a pointer assert_eq!(mem::size_of::(), mem::size_of::()); }