1@import Darwin;
2@import myModule;
3
4int main()
5{
6 int a = isInline(2);
7 int b = notInline();
8 printf("%d %d\n", a, b); // Set breakpoint here.
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/objc/modules-inline-functions/main.m