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

source code of lldb/test/API/lang/objc/modules-inline-functions/main.m