(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pr103024.C
/* { dg-do compile } */
/* { dg-options "-fnon-call-exceptions -fharden-compares -fsignaling-nans" } */

struct G4ErrorMatrix {
  G4ErrorMatrix(int);
  ~G4ErrorMatrix();
};
double PropagateError_charge;
void PropagateError() {
  G4ErrorMatrix transf(0);
  int field(PropagateError_charge && field);
}