aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/constructor1.C
blob: 1bb9ee0a1050ed08c2673aa357e9ae1ea00b00b0 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }
// { dg-options "-fshow-column" }

ACE_Process_Descriptor::ACE_Process_Descriptor () :
  // { dg-error "does not name a type" "no type" { target *-*-* } 4 }
  process_ (0)
{
}