• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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