(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
constructor1.C
// { dg-do compile }
// { dg-options "-fshow-column" }

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