summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/objc/modules-hash-mismatch/other.m
blob: 0afd3eb078db71ad0fc0027f9235e8942c661f2f (plain) (blame)
1
2
3
4
#include "f.h"
something_other f() {
  return 0;
}