1int g();
2
3int main() {
4 int x = g();
5 int y = x*x;
6 return y;
7}
8

source code of bolt/test/X86/Inputs/jmp_opt.cpp