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

8 lines
67 B
C++

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