#include <stdio.h>

extern int x;`\includegraphics{arrow.pdf}`

int main() {

  printf("x = %d\n",x);
  return 0;
}
