blob: 15e68d40213283e39d22c908a2edbfb99045e41e [file] [log] [blame]
/* { 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);
}