No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 20010326-1.c
blob43acf4588ca48ab23d9d41c3f36af1518fe26ee7
1 float d;
2 int e, f;
4 void foo (void)
6 struct { float u, v; } a = {0.0, 0.0};
7 float b;
8 int c;
10 c = e;
11 if (c == 0)
12 c = f;
13 b = d;
14 if (a.v < b)
15 a.v = b;