1 2 3 4 5 6 7
// { dg-additional-options "-w" } #[lang = "sized"] pub trait Sized {} impl<T> *const T { fn test(self) {} }