1static int Static()
2{
3 return 1;
4}
5
6int CallStaticB()
7{
8 return Static();
9}
10

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of lldb/test/API/lang/cpp/overloaded-functions/static-b.cpp