#include <stdio.h>

void _Dfunction() {}

int main() {
  _Dfunction();
  return 0;
}