blob: b2845787c4a7a6523eeba57c509978ad77370461 [file] [log] [blame]
#include "tree-vect.h"
short a;
char b, e;
static short c;
int d, f;
int main() {
short g;
check_vect ();
for (; e; ++e) {
d = a;
f = 0;
if (b)
d = f = g >= c;
}
return 0;
}