#include "implDriver.h"

struct TYPE st = {1,0};
int x = 0;
extern int y;
int a[2] = {0, 1};

int f1() {
  return y;
}
