xref: /llvm-project/lldb/test/API/lang/objc/modules-hash-mismatch/other.m (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1#include "f.h"
2something_other f() {
3  return 0;
4}
5