llvm/clang/test/Preprocessor/Inputs/TestFramework.framework/Frameworks/AnotherTestFramework.framework/Headers/AnotherTestFramework.h

static inline int another_test_framework_func(unsigned a) {
  return a;
}