llvm/lldb/test/API/commands/expression/ir-interpreter-phi-nodes/main.cpp

int main()
{
    int i;
    i = 5;
    i = 2;
    i = 3;
    return 0;
}