llvm/lldb/test/API/functionalities/load_unload/c.cpp

extern "C" int
c_function ()
{
    return 600;
}