aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-1005.rs
blob: 46c85eea91e8aba738f961e2e844ac67d099aee3 (plain)
1
2
3
4
// { dg-additional-options "-w" }
impl<T> *const T {
    fn test(self) {}
}