llvm/lldb/test/API/commands/target/create-deps/a.cpp

int a_function ()
{
    return 500;
}