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

5 lines
38 B
C++

int a_function ()
{
return 500;
}