llvm/lldb/test/API/lang/objc/modules-incomplete/myModule.m

#include "myModule.h"

void public_func() {}

int private_func() {
  return 5;
}