OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / constructor1.C
1 // { dg-do compile }
2 // { dg-options "-fshow-column" }
3
4 ACE_Process_Descriptor::ACE_Process_Descriptor () :
5   // { dg-error "does not name a type" "no type" { target *-*-* } 4 }
6   process_ (0)
7 {
8 }