Summary: Imported small internal tests: - jmp_optimization.test - jmpjmp.test - jump_table_footprint_reduction.test - jump_table_reference.test (cherry picked from FBD31483122)
4 lines
34 B
C++
4 lines
34 B
C++
int f();
|
|
|
|
int g() { return f(); }
|