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

ACE_Process_Descriptor::ACE_Process_Descriptor () : // { dg-error "" }
  process_ (0) // { dg-error "3: error: only constructors take base initializers" }
{
}