struct DummyStruct {
  int i;
};

DummyStruct s;

int main() { return s.i; }
