llvm-project/lldb/test/API/lang/objc/modules-inline-functions/myModule.c

8 lines
58 B
C

#include "myModule.h"
int notInline()
{
return 3;
}