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