Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
constructor1.C
blob: b3a67b76b58276d1ed52904c855b74280640a611 [
file
] [
log
] [
blame
]
// { 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
)
{
}