llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/modules-hash-mismatch/other.m

5 lines
51 B
Objective-C

#include "f.h"
something_other f() {
return 0;
}