1 // { dg-do compile }
2 // { dg-options "-fshow-column" }
3 
ACE_Process_Descriptor()4 ACE_Process_Descriptor::ACE_Process_Descriptor () :
5   // { dg-error "does not name a type" "no type" { target *-*-* } .-1 }
6   process_ (0)
7 {
8 }
9