llvm/bolt/test/X86/Inputs/jmp_opt.cpp

int g();

int main() {
  int x = g();
  int y = x*x;
  return y;
}