function onCreated()
{
<temp.thing>#3 = true;
<temp.thing2>#6 = false;
if (<temp.thing>#3 == <temp.thing2>#6)
{
fn_call#10 = foo();
}
else
{
fn_call#12 = bar("test");
}
phi<idx=0, regions=(RegionId(2), RegionId(1))> = phi<idx=1, regions=(RegionId(2), RegionId(1))>;
return 0;
}