// run-pass #[repr(C)] pub enum CPOption { PSome(T), } fn main() { println!("sizeof CPOption {}", std::mem::size_of::>()); }