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

6 lines
49 B
C++

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