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

#include "myModule.h"

int notInline()
{
    return 3;
}