function initGlobals213() { } function main124() { initGlobals213(); init_test171(); } function config293() { } function init_test171() { local real r320 local real cond_result734 if (1 < 3) { cond_result_734 = 123.; } else { cond_result_734 = 456.; }; r_320 = cond_result_734; if (r_320 == 123.0) { testSuccess118(); } else { }; } IS_NATIVE function testSuccess118() { }