(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
issue-1005.rs
// { dg-additional-options "-w" }
impl<T> *const T {
    fn test(self) {}
}