Home | History | Annotate | Download | only in Headers
      1 // Include a subframework header.
      2 #include <AnotherTestFramework/AnotherTestFramework.h>
      3 
      4 static inline int test_framework_func(unsigned a) {
      5   return a;
      6 }
      7