aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/diagnostic/pr58979.C
blob: 6be3f143693b6074b9143928b9483567f4b78818 (plain)
1
2
3
4
// PR c++/58979
// { dg-do compile }

int i = 0->*0; // { dg-error "invalid type argument of" }