Commit 192231fb by Jeff Law

The right file.

From-SVN: r20242
parent 0a626bc8
int a = 1;
int b = -1;
int c = 1;
int d = 0;
main ()
{
double e;
double f;
double g;
f = c;
g = d;
e = (a < b) ? f : g;
if (e)
abort ();
exit(0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment