llvm-project/lldb/test/API/lang/objc/modules-hash-mismatch/other.m

5 lines
51 B
Objective-C

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