predicate aware uninitialized analysis
[official-gcc.git] / gcc / testsuite / g++.dg / parse / constructor1.C
blob1bb9ee0a1050ed08c2673aa357e9ae1ea00b00b0
1 // { dg-do compile }
2 // { dg-options "-fshow-column" }
4 ACE_Process_Descriptor::ACE_Process_Descriptor () :
5   // { dg-error "does not name a type" "no type" { target *-*-* } 4 }
6   process_ (0)