1 2 3 4 5 6 7 8 9
use viable::vtable; // Should fail as can't stack repr transparent with repr C /*#[repr(transparent)] #[vtable] struct Baz {} */ pub fn main() {}