aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/qualified4.C
blob: c827fcfe7c1e95f084d9eec70d5c4ff6ef5c8271 (plain)
1
2
3
4
5
6
// PR c++/16782
// { dg-options "" }

struct X { 
  void X::bar() {} // { dg-error "" }
};