Clang Project

clang_source_code/test/Preprocessor/Inputs/TestFramework.framework/Headers/TestFramework.h
1// Include a subframework header.
2#include <AnotherTestFramework/AnotherTestFramework.h>
3
4static inline int test_framework_func(unsigned a) {
5  return a;
6}
7