namespace StaticOffset {
int st;
void print() {}
}  // namespace StaticOffset

int main() {
  StaticOffset::print();
  return 0;
}
